libxl: clean up trailing whitespaces in code.
authorWei Liu <liuw@liuw.name>
Tue, 19 Jul 2011 15:02:36 +0000 (16:02 +0100)
committerWei Liu <liuw@liuw.name>
Tue, 19 Jul 2011 15:02:36 +0000 (16:02 +0100)
commit1b86994afeb2a7f751fc3d01a83573d7a002db0c
treeeabe62c18b1d8711204f5286ef5f101c4495aa1d
parentb2c448b55c7f31c9b18a02630cc6c9852afdfebc
libxl: clean up trailing whitespaces in code.

Commit exactly the results of running
   find \! -iname '*.txt' -type f -print0 | xargs -0 perl -p -i.bak -E 's/\s+\n/\n/'

Signed-off-by: Wei Liu <liuw@liuw.name>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed: Ian Jackson <ian.jackson@eu.citrix.com>
26 files changed:
tools/libxl/bash-completion
tools/libxl/gentest.py
tools/libxl/gentypes.py
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl.idl
tools/libxl/libxl_device.c
tools/libxl/libxl_dm.c
tools/libxl/libxl_flask.c
tools/libxl/libxl_pci.c
tools/libxl/libxl_utils.c
tools/libxl/libxl_utils.h
tools/libxl/libxltypes.py
tools/libxl/libxlu_cfg.c
tools/libxl/libxlu_cfg_l.c
tools/libxl/libxlu_cfg_l.h
tools/libxl/libxlu_cfg_y.c
tools/libxl/libxlu_cfg_y.y
tools/libxl/libxlu_disk.c
tools/libxl/libxlu_disk_l.c
tools/libxl/libxlu_disk_l.h
tools/libxl/libxlu_disk_l.l
tools/libxl/libxlutil.h
tools/libxl/xl.c
tools/libxl/xl_cmdimpl.c
tools/libxl/xl_cmdtable.c